home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / morbus.swf / scripts / DefineButton2_133 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-03-20  |  93 b   |  6 lines

  1. on(press){
  2.    _root.c = 4;
  3.    _root.gotoAndPlay("start2");
  4.    _parent.gotoAndStop(2);
  5. }
  6.